home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.6 KB | 73 lines | [TEXT/MPS ] |
- /*
- File: Lists.idl
-
- Contains: List Manager Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __LISTS_IDL__
- #define __LISTS_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __CONTROLS_IDL__
- #include <Controls.idl>
- #endif
- #ifndef __MEMORY_IDL__
- #include <Memory.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
- typedef Point Cell;
-
- typedef Rect ListBounds;
-
- typedef OpaquePtr DataArray; /* Substituted OpaquePtr for array of char of size 32001 */
-
- typedef OpaquePtr DataPtr; /* Substituted OpaquePtr for “char*” */
-
- typedef OpaquePtr DataHandle; /* Substituted OpaquePtr for “DataPtr*” */
-
- typedef OpaquePtr ListSearchProcPtr;
- typedef OpaquePtr ListSearchUPP;
- typedef OpaquePtr ListClickLoopProcPtr;
- typedef OpaquePtr ListClickLoopUPP;
- typedef SOMLargeStruct ListRec; /* Derived from a struct of 88 bytes in size */
-
- typedef OpaquePtr ListPtr; /* Substituted OpaquePtr for “ListRec*” */
-
- typedef OpaquePtr ListHandle; /* Substituted OpaquePtr for “ListPtr*” */
-
- typedef ListHandle ListRef;
-
- typedef OpaquePtr ListDefProcPtr;
- typedef OpaquePtr ListDefUPP;
- #if CGLUESUPPORTED
- #endif
- #if OLDROUTINENAMES
- #if CGLUESUPPORTED
- #endif
- #endif
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __LISTS_IDL__ */
-
-